SG FileSys | |
RootPath Property |
Enumerator Object Constants Error Codes |
Returns or sets enumeration root path.
object.RootPath As String
The object is expression that evaluates to the Enumerator object.
Path must be ended with trailing slash/backslash character.
Set en = CreateObject("SGFileSys.Enumerator") en.RootPath = "C:/Windows/"